- 37f7ecf Add asf.yaml file by Dianjin Wang · 11 months ago main
- 5175d23 update some reference of gp-common-go-libs from github.com/greenplum-db/gp-common-go-libs to github.com/cloudberrydb/gp-common-go-libs by ningshaoyi · 1 year, 2 months ago REL_1_STABLE 1.6.0 v1.0.0
- f915b2b Replace old repo names with Cloudberry by Dianjin Wang · 1 year, 3 months ago
- 80e9b0d Update community settings for Cloudberry Database by Dianjin Wang · 1 year, 3 months ago
- 69583e2 Add config option remove_duplicate_bucket by Karen Huddleston · 1 year, 5 months ago
- 0363913 Wrap S3 Errors by Karen Huddleston · 1 year, 5 months ago
- e800d45 Make request retry logic more focused by Karen Huddleston · 1 year, 5 months ago
- 88cf545 Bumped pgx to v4.18.2, updated indirect dependencies by Karen Huddleston · 1 year, 6 months ago
- 62a6a08 Revert "Alter path for endpoint configs" by Kevin Yeap · 1 year, 7 months ago
- ea58e11 Revert "Only remove bucket name if not an IP" by Kevin Yeap · 1 year, 7 months ago
- 6b1352b Upgrade golang dependencies by Karen Huddleston · 2 years ago
- 10a4b72 Only remove bucket name if not an IP by Andrew Repp · 2 years ago
- bce4362 Alter path for endpoint configs by Andrew Repp · 2 years ago
- 2871ece Changing CLA in CONTRIBUTING.md by Lucas Bonner · 2 years, 1 month ago
- 88d05db Tidy up gomod and gosum for release by Andrew Repp · 2 years, 4 months ago
- 4918ccc Update api version by Andrew Repp · 2 years, 5 months ago
- 8fd9beb Add *_directory commands to the S3 plugin by Andrew Repp · 2 years, 5 months ago
- 5d2f37e Update makefile to use gpsync by Andrew Repp · 2 years, 5 months ago
- abfdce3 Update all dependencies for Go 1.19 by Jamie McAtamney · 2 years, 7 months ago
- d2daa40 Inclusive language update by Andrew Repp · 2 years, 9 months ago
- b1dc9ac Add SECURITY.md by gp-releng · 2 years, 11 months ago
- 36e9413 Update tests to use ginkgo v2 by Brent Doil · 3 years, 4 months ago
- 96e13ad Bump gp-common-go-libs to v1.0.5 by Brent Doil · 3 years, 8 months ago
- 7ed84b1 Enable request retry using AWS SDK's default retryer by Kevin Yeap · 3 years, 10 months ago
- d3c940a Upgrade dependencies by Brent Doil · 3 years, 8 months ago
- beace0b Bump golang version to 1.17 by Brent Doil · 3 years, 8 months ago
- 32ba909 Fix encryption validation to check for "on" and "off" by Kevin Yeap · 4 years, 2 months ago
- c5a6b59 Added pgport and backup_plugin_version to plugin options by Shivram Mani · 4 years, 3 months ago
- 4270cf9 Remove unused and redundant function arguments by Kevin Yeap · 4 years, 4 months ago
- c1530dd Chunksize and concurrency validation refactor by Kevin Yeap · 4 years, 4 months ago
- 7d329a3 Do not allow unknown plugin configuration options by Kevin Yeap · 4 years, 4 months ago
- 7352740 Fix unit tests for chunk size defaults by Jimmy Yih · 4 years, 4 months ago
- 530ea5d Updated upload/download default chunk size and restore data changes by Shivram Mani · 4 years, 4 months ago
- 6cbedb6 Support connection to Amazon S3 over IPv6 by Kevin Yeap · 4 years, 7 months ago
- 19e1619 Fix README for install step by Jimmy Yih · 4 years, 8 months ago
- 905f2e6 Updated s3 plugin readme build info by Shivram Mani · 4 years, 8 months ago
- d2881e6 Add memory pool and download parameters by hughcapet · 5 years ago
- 0e3b7a3 Adds upload parameters to config (#33) by Ekaterina Dontsova · 5 years ago
- 008582b Adds upload parameters to config (#31) by Ekaterina Dontsova · 5 years ago
- b457a09 Added support to accept http_proxy for s3 plugin by Shivram Mani · 5 years ago
- 168c4e3 Add CONTRIBUTING.md file by Jimmy Yih · 5 years ago
- 376144b Add Code of Conduct file by Jimmy Yih · 5 years ago
- fca03f8 Remove debug configuration by Kevin Yeap · 5 years ago
- 8c31045 OSS notice update by Shivram Mani · 5 years ago
- dfe8d0b Fix regression in S3 plugin SetupPluginForBackup (#29) by Lav Jain · 5 years ago
- 3f0a895 Fix the log filename (convert to lower case) by Lav Jain · 5 years ago
- 2efd6d4 Allow users to set debug logging using plugin config (#28) by Lav Jain · 5 years ago
- ed0f4ea Use smaller chunk size during uploads (#27) by Lav Jain · 5 years ago
- 1f8f4a1 Run go fmt and go mod tidy by Lav Jain · 5 years ago
- 3d4e281 Add number of workers for parallel directory operations (#25) by Lav Jain · 5 years ago
- 5551c6b Deallocate download buffers when done (#24) by Lav Jain · 5 years ago
- f149ab7 Make logging consistent for backup and restore directory (#23) by Lav Jain · 5 years ago
- 769a7f9 Enable Debug builds for gpbackup-s3-plugin (#21) by Lav Jain · 5 years ago
- d229da4 Split the plugin code based on functionality (#22) by Lav Jain · 5 years ago
- d3618de Update go modules to the latest stable version by Lav Jain · 5 years ago
- 1051314 Remove dependency on module github.com/alecthomas/units by Lav Jain · 5 years ago
- 5c9c1ab Introduce backupDirectory and restoreDirectory (#17) by Lav Jain · 5 years ago
- fb8a4f1 Conditionally use verbosity level for time tracking (#19) by Lav Jain · 5 years ago
- 1142ac5 Set Log verbosity based on plugin config (#20) by Lav Jain · 5 years ago
- 0a62a33 Use a buffer during S3 download instead of a file by Lav Jain · 5 years ago
- 151ba6b Enable parallel S3 downloads in chunks (#16) by Lav Jain · 5 years ago
- c3ef6b5 Track elapsed time for uploads and downloads (#18) by Lav Jain · 5 years ago
- 53e3748 Use the file object instead of Reader/Writer interface (#15) by Lav Jain · 6 years ago
- 19cd00b Remove indirect go module dependencies by Lav Jain · 6 years ago
- 6901ada Update go modules to the latest stable version (#14) by Lav Jain · 6 years ago
- 4b2af8c Enable logging of messages in s3 plugin (#13) by Lav Jain · 6 years ago
- 3c1403e Simply delete operation by removing unnecessary code (#12) by Lav Jain · 6 years ago
- 807b2bb Proper tool dependency and go1.12- compatibility by Kevin Yeap · 6 years ago
- 51d8dbc Change dependency manager from dep to go modules by Kevin Yeap · 6 years ago
- ec8e127 Fix broken Makefile rules from previous commit by Kevin Yeap · 6 years ago
- 00eed4b Various makefile improvements by Kevin Yeap · 6 years ago
- 6ec5233 Change destination of build_linux to be local copy of binary by Trevor Yacovone · 6 years ago
- 50eb29b Reuse variable "err" to preserve its final value by Larry Hamel · 6 years ago
- aaf91aa Add delete-backup function by Larry Hamel · 6 years ago
- 563ba06 Close file after reading by Larry Hamel · 6 years ago
- 16b18a1 Update License and Notice files by Kevin Yeap · 7 years ago
- bc14ed5 Add description to s3 test for path by Kevin Yeap · 7 years ago
- 2879918 Add missing error check by Larry Hamel · 7 years ago
- f9d9917 update dependencies by Kevin Yeap · 7 years ago
- 5f491a9 Using default creds if none provided by Bryan Rosander · 7 years ago
- 1327271 add PR template with reminders of requirements by Karen Huddleston · 7 years ago
- 652d37a Fix typo in plugin usage test by Karen Huddleston · 7 years ago
- 67f1142 Increase part upload size from 5MB to 500MB by Kevin Yeap · 7 years ago
- 094b12e Remove README line about plugins and supported flags by Karen Huddleston · 7 years ago
- 76e1a30 Parallelize copy and download, download in chunks by Karen Huddleston · 7 years ago
- 9de34d7 Download from s3 in 1GB size parts by Karen Huddleston · 7 years ago
- f02f8f7 Modify --help flag output by Chris Hajas · 7 years ago
- 783ddbf Use tagged version of Ginkgo by Chris Hajas · 7 years ago
- eadd32b Use released version of go dep by Chris Hajas · 7 years ago
- 1fd2502 Support contentID argument in setup/cleanup commands by Soumyadeep Chakraborty · 7 years ago
- 7272210 The scope argument is the second, not third index by Chris Hajas · 7 years ago
- 433e2b6 Handling scope arg for setup/cleanup commands by Soumyadeep Chakraborty · 7 years ago
- cfadc59 Added fast-fail checks for args to plugin commands by Soumyadeep Chakraborty · 7 years ago
- 103c063 Add support for disabling SSL encryption by Chris Hajas · 7 years ago
- 6c472d8 Update dependencies by Chris Hajas · 7 years ago
- 75e393b Add support for using custom endpoint (#2) by Chris Hajas · 7 years ago
- 8a45bf8 Add errcheck linter (#1) by Chris Hajas · 7 years ago
- 813828e Rename backupdir config file parameter to folder by Chris Hajas · 7 years ago
- 5b67b0a Don't remove metadata files after backup by Karen Huddleston · 7 years ago
- eeedfa1 Move functionality to create local directory on restore to gprestore by Chris Hajas · 7 years ago