kopia lustrzana https://github.com/gaul/s3proxy
Emit 501 for initiateMultipartUpload in azureblob-sdk
The SDK lacks a method to upload a part with a non-repeatable payload. References #708.pull/702/head
rodzic
6610b14ea5
commit
e23e9ac99c
|
@ -499,9 +499,12 @@ public final class AzureBlobStore extends BaseBlobStore {
|
|||
@Override
|
||||
public MultipartUpload initiateMultipartUpload(String container,
|
||||
BlobMetadata blobMetadata, PutOptions options) {
|
||||
/*
|
||||
String uploadId = UUID.randomUUID().toString();
|
||||
return MultipartUpload.create(container, blobMetadata.getName(),
|
||||
uploadId, blobMetadata, options);
|
||||
*/
|
||||
throw new UnsupportedOperationException();
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
Ładowanie…
Reference in New Issue