Skip to content

stonedz/pff2-s3

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pff2 s3 module

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/*"]
    }
  ]
}

About

Pff2 module to access Amazon s3 storage

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages