mondain / jets3t

JetS3t (pronounced "jet-set") is a free, open-source Java toolkit and application suite for Amazon Simple Storage Service (Amazon S3), Amazon CloudFront content delivery network, and Google Storage for Developers.
Apache License 2.0
26 stars 12 forks source link

getBucketVersioningStatus will return null when the provided info is missing (e.g. on IBM cloud storage) #12

Closed alexander-riss closed 3 years ago

alexander-riss commented 3 years ago

this causes null pointer exceptions further up the chain - so maybe addind a default in https://github.com/ashwanthkumar/jets3t/blob/d29272f550ac768b2826c01c34f223072cc0a0a9/src/org/jets3t/service/S3Service.java#L2194 if the parser returns null would be a more robust solution?