Upload PCap file to Personam AI NetDrop Bucket
The permissions on the AWS S3 personam-ai-netdrop bucket have been locked down to only allow for file uploads. These credentials can be shared to many users. At the end of the day those users will never be able to see the contents of the bucket. Your pcap, netflow, sflow or other kind of network data will be secure and unavailable to anyone outside Personam AI.
If you need the AWS ACCESS/SECRET or prefer Google Cloud Storage, Azure Blob Storage, or website where you can upload content directly from your browser. Please contact Personam using web-contact@personam.ai.
AWS Sync to S3 Bucket [ personam-ai-netdrop ]
Intall AWS CLI: https://github.com/aws/aws-cli?tab=readme-ov-file#getting-started
$ python -m venv venv
$ . venv/bin/activate
$ pip install -U awscli
$ export AWS_DEFAULT_REGION=us-east-1
$ export AWS_ACCESS_KEY_ID=<redacted>
$ export AWS_SECRET_ACCESS_KEY=<redacted>
$ aws s3 sync . s3://personam-ai-netdrop