Summary
Shift to only supporting full cloud storage paths (e.g. `gs://my-bucket-name/path/to/file.dat`) rather than separate bucket names and paths within buckets (e.g. `my-bucket-name` and `path/to/file.dat`). This makes interacting with cloud storage clearer, makes it clear which cloud provider the data resides with (e.g. Google), and makes the code more resilient.
<!--- SKIP AUTOGENERATED NOTES --->
Contents ([366](https://github.com/octue/octue-sdk-python/pull/366))
**IMPORTANT:** There are 6 breaking changes.
Enhancements
- **BREAKING CHANGES:** Deprecate `bucket_name` and `path_in_bucket` parameters in the cloud methods of
- `Datafile`
- `Dataset`
- `Manifest`
- `GoogleCloudStorageClient`
- `Analysis`
- **BREAKING CHANGE:** Store datasets at the exact cloud path given to `Dataset.to_cloud` instead of adding the dataset's name to the end of the path
Removals
- Remove deprecated `project_name` code
<!--- END AUTOGENERATED NOTES --->