github.com/treeverse/lakefs@v1.24.1-0.20240520134607-95648127bfb0/clients/java-legacy/docs/StagingLocation.md (about) 1 2 3 # StagingLocation 4 5 location for placing an object when staging it 6 7 ## Properties 8 9 Name | Type | Description | Notes 10 ------------ | ------------- | ------------- | ------------- 11 **physicalAddress** | **String** | | [optional] 12 **presignedUrl** | **String** | if presign=true is passed in the request, this field will contain a pre-signed URL to use when uploading | [optional] 13 **presignedUrlExpiry** | **Long** | If present and nonzero, physical_address is a pre-signed URL and will expire at this Unix Epoch time. This will be shorter than the pre-signed URL lifetime if an authentication token is about to expire. This field is *optional*. | [optional] 14 15 16