GitHub repository | This map was generated from repository code by SourceSpy (more info)
S3MockCalls Terminating in File Access: com.adobe.testing:s3mock
Module s3mock
Group: com.adobe.testing
com.adobe.testing.s3mock
ObjectController.getObject(...) .......... source /{bucketName:.+}/{*key} -- Returns the File identified by bucketName ...
calls com.adobe.testing.s3mock.ObjectController.getObjectWithRange(...)
com.adobe.testing.s3mock.service
BucketService.createBucket(...) .......... source -- Creates a Bucket identified by its name.
calls com.adobe.testing.s3mock.store.BucketStore.createBucket(...)
BucketService.getBucket(...) ............. source -- Retrieves a Bucket identified by its name.
calls com.adobe.testing.s3mock.store.BucketStore.getBucketMetadata(...)
BucketService.getBucketLifecycleConfiguration(...) source
calls com.adobe.testing.s3mock.store.BucketStore.getBucketMetadata(...)
BucketService.getObjectLockConfiguration(...) source
calls com.adobe.testing.s3mock.store.BucketStore.getBucketMetadata(...)
BucketService.getS3Objects(...) .......... source -- Retrieves S3Objects from a bucket.
calls com.adobe.testing.s3mock.store.BucketStore.getBucketMetadata(...)
BucketService.setBucketLifecycleConfiguration(...) source
calls com.adobe.testing.s3mock.store.BucketStore.getBucketMetadata(...)
BucketService.setObjectLockConfiguration(...) source
calls com.adobe.testing.s3mock.store.BucketStore.getBucketMetadata(...)
MultipartService.abortMultipartUpload(...) source -- Aborts the upload.
calls com.adobe.testing.s3mock.store.BucketStore.getBucketMetadata(...)
MultipartService.completeMultipartUpload(...) source -- Completes a Multipart Upload for the given...
calls com.adobe.testing.s3mock.store.BucketStore.getBucketMetadata(...)
MultipartService.copyPart(...) ........... source -- Copies the range, define by from/to, from ...
calls com.adobe.testing.s3mock.store.BucketStore.getBucketMetadata(...)
MultipartService.getMultipartUploadParts(...) source -- Get all multipart upload parts.
calls com.adobe.testing.s3mock.store.BucketStore.getBucketMetadata(...)
calls com.adobe.testing.s3mock.store.MultipartStore.getMultipartUploadParts(...)
MultipartService.prepareMultipartUpload(...) source -- Prepares everything to store an object upl...
calls com.adobe.testing.s3mock.store.BucketStore.getBucketMetadata(...)
MultipartService.putPart(...) ............ source -- Uploads a part of a multipart upload.
calls com.adobe.testing.s3mock.store.BucketStore.getBucketMetadata(...)
MultipartService.verifyMultipartParts(...) source
calls com.adobe.testing.s3mock.store.BucketStore.getBucketMetadata(...)
calls com.adobe.testing.s3mock.store.MultipartStore.getMultipartUploadParts(...)
MultipartService.verifyMultipartParts(...) source
calls com.adobe.testing.s3mock.store.BucketStore.getBucketMetadata(...)
calls com.adobe.testing.s3mock.store.MultipartStore.getMultipartUploadParts(...)
ObjectService.copyS3Object(...) .......... source -- Copies an object to another bucket and enc...
calls com.adobe.testing.s3mock.store.BucketStore.getBucketMetadata(...)
ObjectService.deleteObject(...) .......... source -- Removes an object key from a bucket.
calls com.adobe.testing.s3mock.store.BucketStore.getBucketMetadata(...)
ObjectService.getAcl(...) ................ source -- Retrieves AccessControlPolicy for a given ...
calls com.adobe.testing.s3mock.store.BucketStore.getBucketMetadata(...)
ObjectService.putS3Object(...) ........... source -- Stores an object inside a Bucket.
calls com.adobe.testing.s3mock.store.BucketStore.getBucketMetadata(...)
calls com.adobe.testing.s3mock.store.ObjectStore.storeS3ObjectMetadata(...)
ObjectService.setAcl(...) ................ source -- Sets AccessControlPolicy for a given object.
calls com.adobe.testing.s3mock.store.BucketStore.getBucketMetadata(...)
ObjectService.setLegalHold(...) .......... source -- Sets LegalHold for a given object.
calls com.adobe.testing.s3mock.store.BucketStore.getBucketMetadata(...)
ObjectService.setObjectTags(...) ......... source -- Sets tags for a given object.
calls com.adobe.testing.s3mock.store.BucketStore.getBucketMetadata(...)
ObjectService.setRetention(...) .......... source -- Sets Retention for a given object.
calls com.adobe.testing.s3mock.store.BucketStore.getBucketMetadata(...)
ObjectService.verifyObjectExists(...) .... source
calls com.adobe.testing.s3mock.store.BucketStore.getBucketMetadata(...)
com.adobe.testing.s3mock.store
BucketStore.addToBucket(...) ............. source -- Adds key to a bucket.
calls com.adobe.testing.s3mock.store.BucketStore.getBucketMetadata(...)
calls com.adobe.testing.s3mock.store.BucketStore.writeToDisk(...)
BucketStore.createBucket(...) ............ source -- Creates a new bucket.
calls com.adobe.testing.s3mock.store.BucketStore.getBucketMetadata(...)
calls com.adobe.testing.s3mock.store.BucketStore.createBucketFolder(...)
calls com.adobe.testing.s3mock.store.BucketStore.writeToDisk(...)
BucketStore.createBucketFolder(...) ...... source
calls com.adobe.testing.s3mock.store.BucketStore.getBucketFolderPath(...)
BucketStore.deleteBucket(...) ............ source -- Deletes a Bucket and all of its contents. ...
calls com.adobe.testing.s3mock.store.BucketStore.getBucketMetadata(...)
BucketStore.doesBucketExist(...) ......... source -- Checks if the specified bucket exists. Ama...
calls com.adobe.testing.s3mock.store.BucketStore.getBucketMetadata(...)
BucketStore.getMetaFilePath(...) ......... source
calls com.adobe.testing.s3mock.store.BucketStore.getBucketFolderPath(...)
BucketStore.isBucketEmpty(...) ........... source -- Checks if the specified bucket exists and ...
calls com.adobe.testing.s3mock.store.BucketStore.getBucketMetadata(...)
BucketStore.isObjectLockEnabled(...) ..... source
calls com.adobe.testing.s3mock.store.BucketStore.getBucketMetadata(...)
BucketStore.listBuckets(...) ............. source -- Lists all BucketMetadata managed by this s...
calls com.adobe.testing.s3mock.store.BucketStore.findBucketPaths(...)
BucketStore.loadBuckets(...) ............. source
calls com.adobe.testing.s3mock.store.BucketStore.getBucketMetadata(...)
BucketStore.lookupKeysInBucket(...) ...... source -- Look up keys by prefix in a bucket.
calls com.adobe.testing.s3mock.store.BucketStore.getBucketMetadata(...)
BucketStore.removeFromBucket(...) ........ source -- Removes key from a bucket.
calls com.adobe.testing.s3mock.store.BucketStore.getBucketMetadata(...)
calls com.adobe.testing.s3mock.store.BucketStore.writeToDisk(...)
BucketStore.storeBucketLifecycleConfiguration(...) source
calls com.adobe.testing.s3mock.store.BucketStore.writeToDisk(...)
BucketStore.storeObjectLockConfiguration(...) source
calls com.adobe.testing.s3mock.store.BucketStore.writeToDisk(...)
MultipartStore.completeMultipartUpload(...) source -- Completes a Multipart Upload for the given...
calls com.adobe.testing.s3mock.store.ObjectStore.storeS3ObjectMetadata(...)
MultipartStore.copyPart(...) ............. source -- Copies the range, define by from/to, from ...
calls com.adobe.testing.s3mock.store.MultipartStore.verifyMultipartUploadPreparation(...)
calls com.adobe.testing.s3mock.store.MultipartStore.createPartFile(...)
calls com.adobe.testing.s3mock.store.MultipartStore.copyPartToFile(...)
MultipartStore.prepareMultipartUpload(...) source -- Prepares everything to store an object upl...
calls com.adobe.testing.s3mock.store.MultipartStore.createPartsFolder(...)
MultipartStore.putPart(...) .............. source -- Uploads a part of a multipart upload.
calls com.adobe.testing.s3mock.store.ObjectStore.inputStreamToFile(...)
ObjectStore.copyS3Object(...) ............ source -- Copies an object to another bucket and enc...
calls com.adobe.testing.s3mock.store.ObjectStore.storeS3ObjectMetadata(...)
ObjectStore.pretendToCopyS3Object(...) ... source -- If source and destination is the same, pre...
calls com.adobe.testing.s3mock.store.ObjectStore.writeMetafile(...)
ObjectStore.readAcl(...) ................. source
calls com.adobe.testing.s3mock.store.ObjectStore.readAclFile(...)
ObjectStore.storeAcl(...) ................ source -- Store ACL for a given object.
calls com.adobe.testing.s3mock.store.ObjectStore.writeAclFile(...)
ObjectStore.storeLegalHold(...) .......... source -- Store legal hold for a given object.
calls com.adobe.testing.s3mock.store.ObjectStore.writeMetafile(...)
ObjectStore.storeObjectTags(...) ......... source -- Store tags for a given object.
calls com.adobe.testing.s3mock.store.ObjectStore.writeMetafile(...)
ObjectStore.storeRetention(...) .......... source -- Store retention for a given object.
calls com.adobe.testing.s3mock.store.ObjectStore.writeMetafile(...)
ObjectStore.storeS3ObjectMetadata(...) ... source -- Stores an object inside a Bucket.
calls com.adobe.testing.s3mock.store.ObjectStore.createObjectRootFolder(...)
calls com.adobe.testing.s3mock.store.ObjectStore.inputStreamToFile(...)
calls com.adobe.testing.s3mock.store.ObjectStore.writeMetafile(...)
StoreConfiguration.bucketStore(...) ...... source
calls com.adobe.testing.s3mock.store.BucketStore.createBucket(...)
StoreConfiguration.objectStore(...) ...... source
calls com.adobe.testing.s3mock.store.BucketStore.getBucketMetadata(...)