stonedz / pff2-s3
Manages s3 storage
Installs: 58
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
Type:pff2-module
Requires
Requires (Dev)
- stonedz/pff2: 2.*
README
Manages get and put operations to Amazon s3.
bucket and IAM credentials need to be created befor usage.
S3 bucket access
In order to access S3 resources use an IAM user with the following policy attached:
{ "Version": "2012-10-17", "Statement":[{ "Effect": "Allow", "Action": "s3:*", "Resource": ["arn:aws:s3:::your-bucket", "arn:aws:s3:::your-bucket/*"] } ] }