-
Notifications
You must be signed in to change notification settings - Fork 717
Closed
Labels
coregood first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is needed
Description
As part of #5480 changes, we will need to add useful context for our http client like Operation.
Add context is simple, we just need to add operation for every http call in services like:
+ // Inject operation to the request.
+ let req = req.extension(Operation::Stat);
let req = req.body(Buffer::new()).map_err(new_request_build_error)?;The whole change could be seen at #5791
All http based services will need this change.
Services
- S3: feat(services/s3): Add operation in http context #5791
- aliyun_drive feat(services/aliyun_drive): Add operation in http context #5880
- azfile feat(services/azfile): Add operation in http context #6044
- dropbox feat(services/dropbox): Add operation in http context #6046
- gcs feat(services/gcs): Add operation in http context #6047
- oss feat(services/oss): Add operation in http context #6048
- upyun feat(services/upyun): Add operation in http context #6062
- yandex_disk feat(services/yandex_disk): Add operation in http context #6064
- alluxio feat(services/alluxio): Add operation in http context #6065
- b2 feat(services/b2): Add operation in http context #6066
- cos feat(services/cos): Add operation in http context #6067
- gdrive feat(services/gdrive): Add operation in http context #6068
- pcloud feat(services/pcloud): Add operation http context #6092
- vercel_artifacts feat(services/vercel_artifacts): Add operation http context #6093
- ghac refactor(services/ghac): move raw http calls to core #6095
- http feat(services/http): Add operation in http context #6043
- koofr feat(services/koofr): Add operation http context #6096
- vercel_blob feat(services/vercel_blob): Add operation in http context #6101
- azblob
- github feat(services/github): Add operation in http context #6069
- huggingface: feat(services/huggingface): Add operation in http context #5810
- lakefs: feat(services/lakefs): Add operation in http context #5809
- obs feat(services/obs): Add operation in http context #6079
- seafile feat(services/seafile): Add operation in http context #6105
- swift feat(services/swift): Add operation in http context #6106
- webdav feat(services/webdav): Add operation in http context #6107
- azdls
-
icloud - onedrive feat(services/onedrive): Add operation in http context #6111
- webhdfs feat(services/webhdfs): Add operation in http context #6112
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
coregood first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is needed