serverpod_cloud_storage_cos 0.1.6
serverpod_cloud_storage_cos: ^0.1.6 copied to clipboard
DEPRECATED: use tencent_cos_cloud_storage_serverpod instead. Compatibility wrapper for the old package name.
serverpod_cloud_storage_cos #
Deprecated
This community package has been renamed to
tencent_cos_cloud_storage_serverpod. Please migrate to the new package name.This rename avoids confusion with the official Serverpod integration package using the same
serverpod_cloud_storage_cosname.
中文文档
This package is now a compatibility wrapper that re-exports
tencent_cos_cloud_storage_serverpod.
dependencies:
tencent_cos_cloud_storage_serverpod: ^0.2.0
Migration #
- Replace the dependency name:
dependencies:
tencent_cos_cloud_storage_serverpod: ^0.2.0
- Replace imports:
import 'package:tencent_cos_cloud_storage_serverpod/tencent_cos_cloud_storage_serverpod.dart';
- Keep using the same public API such as
CosCloudStorageandregisterCosCloudStorageEndpoint.
Compatibility #
Existing imports from this deprecated package continue to work for now because this package re-exports the new package.
See the new package page for the full documentation and examples.