Stephen Atherton
|
09e8d804e8
|
Added BlobStoreEndpoint::listBuckets(), renamed listBucket() and several related functions with similar names to listObjects() to avoid confusion and closer match what it actually does. Added a bytesDeleted output statistic to BlobStoreEndpoint::deleteRecursively.
|
2019-12-06 00:14:13 -08:00 |
Stephen Atherton
|
bc0b2aa040
|
Merge branch 'release-6.0' of https://github.com/apple/foundationdb
# Conflicts:
# documentation/sphinx/source/release-notes.rst
# fdbbackup/backup.actor.cpp
# fdbclient/BlobStore.actor.cpp
|
2019-03-12 04:49:12 -07:00 |
Stephen Atherton
|
87d0c5bae0
|
Bug/usability fix: The output URLs of fdbbackup list were meant to be directly usable for backup management operations but they were missing the bucket URL parameter.
|
2019-03-05 21:14:21 -08:00 |
Stephen Atherton
|
d3377722d5
|
Added blob store Backup URL parameter 'header' which enables addition of custom HTTP header fields to blob store HTTP requests. Added 'fdbbackup modify' command line tool for changing the backup URL and parameters, default snapshot interval, and/or current snapshot interval of a running backup.
|
2019-03-05 04:00:11 -08:00 |
Alex Miller
|
b4b7f382a7
|
Fix issues that a newer compiler warned about.
|
2018-12-14 14:43:50 -08:00 |
A.J. Beamon
|
975711c389
|
Merge branch 'release-6.0' of github.com:apple/foundationdb
# Conflicts:
# documentation/sphinx/source/release-notes.rst
|
2018-11-27 09:50:39 -08:00 |
Stephen Atherton
|
ca6a6d4906
|
Added BlobStoreEndpoint::bucketExists() to check for existence of a bucket, and createBucket() now uses this to avoid trying to create a bucket that already exists.
|
2018-11-13 16:18:43 -08:00 |
Stephen Atherton
|
983bd3346a
|
BackupContainerBlobStore no longer uses a hardcoded bucket name. BlobStoreEndpoint creating from a URL string now supports having additional parameters in the URL which it does not consume but rather returns to the caller, and BackupContainerBlobStore uses this to accept a "bucket" parameter.
|
2018-11-13 03:00:59 -08:00 |
A.J. Beamon
|
776b289bfe
|
Move AsyncFileBlobStore and related files to fdbclient.
|
2018-10-26 13:49:42 -07:00 |