Follow the link to learn more about the possibilities and benefits of the integration of the Picvario system with S3 cloud storage and find instructions for setting up Amazon S3 storage. To set up other cloud storage facilities, please refer to the relevant articles in the Intergation section.
To create and set up a bucket in Amazon S3, follow these steps:
{ "Version": "2012-10-17", "Statement": [ { "Action": [ "s3:ListAllMyBuckets" ], "Resource": "*", "Effect": "Allow" }, { "Action": [ "s3:PutObject", "s3:PutObjectAcl", "s3:GetObject", "s3:DeleteObject", "s3:ListBucket" ], "Resource": [ "arn:aws:s3:::BUCKET NAME", "arn:aws:s3:::BUCKET NAME/*" ], "Effect": "Allow" } ] }