- Sort Score
- Result 10 results
- Languages All
Results 41 - 50 of 399 for uploadId (0.09 sec)
-
ci/official/upload.sh
gsutil -m rsync -d -r "$DOWNLOADS" "$FINAL_URI" # Also mirror the latest-uploaded folder to the "latest" directory. # GCS does not support symlinks. gsutil -m rsync -d -r "$FINAL_URI" "$TFCI_ARTIFACT_LATEST_GCS_URI" fi if [[ "$TFCI_ARTIFACT_FINAL_PYPI_ENABLE" == 1 ]]; then twine upload $TFCI_ARTIFACT_FINAL_PYPI_ARGS "$DOWNLOADS"/*.whl
Registered: Tue Nov 05 12:39:12 UTC 2024 - Last Modified: Wed Jan 24 20:52:12 UTC 2024 - 2.8K bytes - Viewed (0) -
docs/en/docs/tutorial/request-files.md
# Request Files You can define files to be uploaded by the client using `File`. /// info To receive uploaded files, first install <a href="https://github.com/Kludex/python-multipart" class="external-link" target="_blank">`python-multipart`</a>. Make sure you create a [virtual environment](../virtual-environments.md){.internal-link target=_blank}, activate it, and then install it, for example: ```console $ pip install python-multipart ```
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Sun Oct 06 20:36:54 UTC 2024 - 10.2K bytes - Viewed (0) -
internal/etag/etag.go
// content. However, there are many exceptions to this rule. // // # Single-part Upload // // In case of a basic single-part PUT operation - without server // side encryption or object compression - the ETag of an object // is its content MD5. // // # Multi-part Upload // // The ETag of an object does not correspond to its content MD5 // when the object is uploaded in multiple parts via the S3
Registered: Sun Nov 03 19:28:11 UTC 2024 - Last Modified: Sun Mar 10 21:09:36 UTC 2024 - 13.3K bytes - Viewed (0) -
src/main/resources/fess_message.properties
success.upload_stopwords_file=Uploaded Stopwords file. success.upload_stemmeroverride_file=Uploaded Stemmer Override file. success.upload_kuromoji_file=Uploaded Kuromoji file. success.upload_elevate_word=Uploaded Additional Word file. success.upload_bad_word=Uploaded Bad Word file. success.upload_mapping_file=Uploaded Mapping file. success.send_testmail=Sent the test mail. success.job_log_delete_all=Deleted job logs.
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Sat Mar 18 03:05:44 UTC 2023 - 12.5K bytes - Viewed (0) -
src/main/resources/fess_message_en.properties
success.upload_stopwords_file=Uploaded Stopwords file. success.upload_stemmeroverride_file=Uploaded Stemmer Override file. success.upload_kuromoji_file=Uploaded Kuromoji file. success.upload_elevate_word=Uploaded Additional Word file. success.upload_bad_word=Uploaded Bad Word file. success.upload_mapping_file=Uploaded Mapping file. success.send_testmail=Sent the test mail. success.job_log_delete_all=Deleted job logs.
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Sat Mar 18 03:05:44 UTC 2023 - 12.4K bytes - Viewed (0) -
src/main/resources/fess_message_ru.properties
success.upload_elevate_word=Uploaded Additional Word file. success.upload_bad_word=Uploaded Bad Word file. success.upload_mapping_file=Uploaded Mapping file. success.send_testmail=Sent the test mail. success.job_log_delete_all=Deleted job logs. success.changed_password=Changed your password. success.bulk_process_started=Bulk process is started. success.crud_create_crud_table=Created data. success.crud_update_crud_table=Updated data.
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Fri May 20 12:12:28 UTC 2022 - 10.2K bytes - Viewed (0) -
.github/ISSUE_TEMPLATE/12-telemetry.yml
name: Go Telemetry Proposals description: Changes to the telemetry upload configuration title: "x/telemetry/config: proposal title" labels: ["Telemetry-Proposal"] projects: ["golang/29"] body: - type: textarea attributes: label: Summary description: > What change are you proposing to the upload configuration, and why? For new upload configuration, which new counters will be collected, what
Registered: Tue Nov 05 11:13:11 UTC 2024 - Last Modified: Tue May 07 19:58:26 UTC 2024 - 1.2K bytes - Viewed (0) -
docs/extensions/fan-out/README.md
## How to enable Fan-Out Uploads ?
Registered: Sun Nov 03 19:28:11 UTC 2024 - Last Modified: Thu May 25 05:51:07 UTC 2023 - 1.4K bytes - Viewed (0) -
.github/workflows/scorecards-analysis.yml
results_file: results.sarif results_format: sarif publish_results: true # Upload the results as artifacts (optional). Commenting out will disable uploads of run results in SARIF # format to the repository Actions tab. - name: "Upload artifact" uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3 with: name: SARIF file
Registered: Tue Nov 05 12:39:12 UTC 2024 - Last Modified: Fri Nov 01 08:40:10 UTC 2024 - 2.6K bytes - Viewed (0) -
cmd/bucket-handlers_test.go
// The only aim is to generate an HTTP request in a way that the relevant/registered end point is evoked/called. // Indicating that all parts are uploaded and initiating completeMultipartUpload. nilBucket := "dummy-bucket" nilObject := "" nilReq, err := newTestSignedRequestV4(http.MethodPost, getDeleteMultipleObjectsURL("", nilBucket), 0, nil, "", "", nil)
Registered: Sun Nov 03 19:28:11 UTC 2024 - Last Modified: Mon Jun 10 15:50:49 UTC 2024 - 39.8K bytes - Viewed (0)