Yes. Make sure your bucket already exists and that you have write permissions before exporting.
You can veridy using the AWS CLI:
aws s3 ls s3://<bucket_name>/
Or by visiting S3 → Your Bucket → Objects in the AWS Console.
Yes — set up S3 Event Notifications in AWS to receive alerts.
Yes. Files up to 5 TB are supported.
You can check the file size in the Web Console or in the API directly.
The Inductiva client uses your local AWS credentials to generate pre-signed URLs. These URLs are securely sent to Inductiva servers, allowing them to upload the file without ever accessing your credentials.
AWS Multipart Upload is also used.
Yes, you can configure AWS credentials to restrict access to a specific S3 bucket. To do this, create an IAM policy that grants the s3:PutObject and s3:ListBucket (for uploading files) permissions specifically for that bucket.
The data transfer costs associated with exporting files from Inductiva to AWS S3 will be included under your storage costs.
Not currently. Each export command handles one file at a time.
Currently, only AWS S3 is supported.