terraform/backend/remote-state/s3
Collin J. Doering 6d838ed76c
Allow s3 backends to contain more then 1000 workspaces
* backend/remote-state/s3/backend_state.go: Prior to this commit, the terraform s3 backend did
  not paginate calls to s3 when finding workspaces, which resulted in workspaces 'disappearing'
  once they are switched away from, even though the state file still exists. This is due to the
  ListBucket operation defaulting MaxItems to 1000, so terraform s3 backends that contained
  more then 1000 workspaces did not function as expected. This rectifies this situation by
  paginating calls to s3 when finding workspaces.

Signed-off-by: Collin J. Doering <collin@rekahsoft.ca>
2019-10-01 11:46:34 -04:00
..
backend.go Add support for SSE-C to S3 backend 2019-07-06 10:10:54 -05:00
backend_state.go Allow s3 backends to contain more then 1000 workspaces 2019-10-01 11:46:34 -04:00
backend_test.go Merge pull request #21967 from williams-brian/SSE-C_Remote_State 2019-08-22 17:30:28 -04:00
client.go Merge pull request #21967 from williams-brian/SSE-C_Remote_State 2019-08-22 17:30:28 -04:00
client_test.go grammatical updates to comments and docs (#20195) 2019-03-21 14:05:41 -07:00