/lib/s3/S3.rb:56:in `full_bucket': undefined method `location' for nil:NilClass (NoMethodError)
from /home/keilan/.cumulus/lib/s3/manager/Manager.rb:229:in `update_grants'
from /home/keilan/.cumulus/lib/s3/manager/Manager.rb:82:in `create'
from /home/keilan/.cumulus/lib/common/manager/Manager.rb:121:in `sync_difference'
from /home/keilan/.cumulus/lib/common/manager/Manager.rb:59:in `block in sync_one'
from /home/keilan/.cumulus/lib/common/manager/Manager.rb:78:in `call'
from /home/keilan/.cumulus/lib/common/manager/Manager.rb:78:in `block in each_difference'
from /home/keilan/.cumulus/lib/common/manager/Manager.rb:76:in `each'
from /home/keilan/.cumulus/lib/common/manager/Manager.rb:76:in `each_difference'
from /home/keilan/.cumulus/lib/common/manager/Manager.rb:59:in `sync_one'
from /home/keilan/.cumulus/bin/cumulus.rb:289:in `s3'
from /home/keilan/.cumulus/bin/cumulus.rb:636:in `<main>'
It created the bucket but the grants were wrong. The config I used was like:
{
"region": "us-east-1",
"permissions": {
"grants": [
{
"name": "lucidchart",
"id": "idhere",
"permissions": [
"all"
]
}
]
},
"versioning": false,
"tags": {
}
}
It created the bucket but the grants were wrong. The config I used was like: