Petr Kobalicek
238f465f0a
Moved C++ headers to miniocpp subdirectory ( #123 )
...
* Use #include <miniocpp/header.h> to include minio-cpp now
* Header files have consistent guards that don't start with _
* Added a SPDX license identifier to each source and header file
* Use clang-format-18 to format the source code
Co-authored-by: Petr Kobalicek <petr.kobalicek@min.io>
2024-03-26 17:21:12 +01:00
Bala FA
c43db14100
fix time comparison by having utc time both the sides ( #115 )
...
Signed-off-by: Bala.FA <bala@minio.io>
2024-03-18 15:32:16 +05:30
piotr-topnotch
765ec24eed
Rework entire code for correctness and potential bug fixes ( #111 )
2024-03-16 06:37:01 +05:30
Bala FA
8ddae6ef94
Add bucket and object related APIs ( #33 )
...
* DeleteBucketPolicy
* GetBucketPolicy
* SetBucketPolicy
* DeleteBucketNotification
* GetBucketNotification
* SetBucketNotification
* DeleteBucketEncryption
* GetBucketEncryption
* SetBucketEncryption
* GetBucketVersioning
* SetBucketVersioning
* DeleteBucketReplication
* GetBucketReplication
* SetBucketReplication
* DeleteBucketLifecycle
* GetBucketLifecycle
* SetBucketLifecycle
* DeleteBucketTags
* GetBucketTags
* SetBucketTags
* DeleteObjectLockConfig
* GetObjectLockConfig
* SetObjectLockConfig
* DeleteObjectTags
* GetObjectTags
* SetObjectTags
* DisableObjectLegalHold
* EnableObjectLegalHold
* IsObjectLegalHoldEnabled
* GetObjectRetention
* SetObjectRetention
* GetPresignedObjectUrl
* GetPresignedPostFormData
Signed-off-by: Bala.FA <bala@minio.io>
2022-07-01 08:17:03 +05:30