bloomreach/s4cmd

Specify the S3 permissions needed for each operation in the doc

Open

#54 opened on Apr 3, 2016

View on GitHub
 (2 comments) (0 reactions) (0 assignees)Python (210 forks)auto 404
documentationgood first issue

Repository metrics

Stars
 (1,394 stars)
PR merge metrics
 (PR metrics pending)

Description

I wanted to sync a folder. It works with s3cmd with the following permissions:

  • s3:ListBucket
  • s3:PutObject
  • s3:PutObjectAcl

After trying with s4cmd I have a 403 Access Denied which I guess comes from permissions. Can you add the needed permissions for each operation in the doc please?

Contributor guide