76 Commits (9dda1fd6241955f6268fa158a25e70a9c24591d2)

Author SHA1 Message Date
Krishna Srinivas 69b9d6fbee Add user-agent for azure blob requests (#6002) 7 years ago
Harshavardhana 71c4ff9d10 Fix tabs/indents in help message (#5962) 7 years ago
Krishna Srinivas 9de8fefa90 Fix azure list-objects not to list minio.sys.tmp/ (#5895) 7 years ago
wd256 7f207156ec Copy an object without user-defined metadata for Azure gateway (#5872) 7 years ago
Krishna Srinivas 9816264eed Support for ListObjectsV1 style marker for Azure gateway (#5856) 7 years ago
Bala FA 0d52126023 Enhance policy handling to support SSE and WORM (#5790) 7 years ago
Harshavardhana ccdb7bc286 Fix s3 compatibility fixes for getBucketLocation,headBucket,deleteBucket (#5842) 7 years ago
ebozduman f16bfda2f2 Remove panic() and handle it appropriately (#5807) 7 years ago
kannappanr cef992a395
Remove error package and cause functions (#5784) 7 years ago
kannappanr f8a3fd0c2a
Create logger package and rename errorIf to LogIf (#5678) 7 years ago
poornas 98315b8e60 Update disk cache documentation (#5743) 7 years ago
Nitish Tiwari 328076f773
Fix help message to be uniform across env vars (#5735) 7 years ago
Harshavardhana 35b3913d22 Fix block id length upto 8bytes only for azure gateway. (#5731) 7 years ago
poornas a3e806ed61 Add disk based edge caching support. (#5182) 7 years ago
Harshavardhana 2f9354b17e Use uuid.New() for uploadID in azure gateway (#5721) 7 years ago
Harshavardhana 35e64573fa Add missing env doc for MINIO_DOMAIN (#5705) 7 years ago
Krishna Srinivas e452377b24 Add context to the object-interface methods. 7 years ago
Harshavardhana 4af89543cf Update minio-go dependencies to latest 5.0.0 release (#5640) 7 years ago
Harshavardhana 9af254a82f Remove stable sort usage when not needed (#5586) 7 years ago
Harshavardhana 0ea54c9858 Change CopyObject{Part} to single srcInfo argument (#5553) 7 years ago
poornas 4f73fd9487 Unify gateway and object layer. (#5487) 7 years ago
Krishna Srinivas 45c35b3544 Autocorrect user provided Azure endpoint (#5417) 7 years ago
Andreas Auernhammer d0a43af616 replace all "crypto/sha256" with "github.com/minio/sha256-simd" (#5391) 7 years ago
poornas 0bb6247056 Move nslocking from s3 layer to object layer (#5382) 7 years ago
Harshavardhana eb7c690ea9 Support in-place upgrades of new minio binary and releases. (#4961) 7 years ago
Harshavardhana eb2894233c Convert gateways into respective packages (#5200) 7 years ago
Krishna Srinivas 14e6c5ec08 Simplify the steps to make changes to config.json (#5186) 7 years ago
Paul Nicholls 6a2d7ae808 gateway/azure: ListParts return an empty list if no parts uploaded yet (#5230) 7 years ago
Harshavardhana 8efa82126b
Convert errors tracer into a separate package (#5221) 7 years ago
Krishna Srinivas fce556b8a0 Support for ListObjectParts in azure-gateway (#5198) 7 years ago
Harshavardhana a4d6195244 Add public data-types for easier external loading (#5170) 7 years ago
Timon Wong 6400f506da Simplify gateway backend registration (#5111) 7 years ago
kannappanr a011fe8450 "0" offset is ignored in GetObject method in Azure Gateway code (#5118) 7 years ago
Bala FA bc8b936d4b convert ETag properly for all gateways (#5099) 7 years ago
Julien Maitrehenry db3fed2279 Fix s3MetaToAzureProperties Content-Md5 key (#5068) 7 years ago
Harshavardhana 1d8a8c63db Simplify data verification with HashReader. (#5071) 7 years ago
Julien Maitrehenry 1256b0b818 Fix multipart upload etag on azure gateway (#5055) 7 years ago
Harshavardhana 45463b1d6b Fix azure metadata handling for all incoming PUT requests (#5038) 7 years ago
Harshavardhana 099b5293a9 Move gateway unsupported functions into a common struct. (#5009) 7 years ago
Bala FA 60cc6184d2 azure: handle list objects properly (#4953) 7 years ago
Aditya Manthramurthy b05351c420 Fix CopyObject with metadata for Azure gateway (#4986) 7 years ago
Harshavardhana b415c600e1 Add bucketName checks for azure and s3 gateway in GetBucketInfo. (#4992) 7 years ago
Aditya Manthramurthy 94670a387e Update Azure SDK (#4985) 7 years ago
Bala FA 70fec0a53f azure: add stateless gateway support (#4874) 7 years ago
Andreas Auernhammer 79ba4d3f33 refactor ObjectLayer PutObject and PutObjectPart (#4925) 7 years ago
Bala FA 302fcb3b17 azure: handle encryption headers and azure InvalidMetadata error (#4893) 7 years ago
Bala FA 189b6682d6 azure: allow parts > 100MiB size to work properly (#4869) 7 years ago
Krishna Srinivas ff8e2b5b4f Init HTTP client and transport for azure sdk (#4871) 7 years ago
Andreas Auernhammer b10fa507b2 set http transport config for gateway (#4765) 7 years ago
poornas 748b1d6495 azure: For container access type private treat as no policy set. (#4729) 7 years ago